Hello
for an application, we must convert files pdf in pptx with slides as images, so use the property PptxSaveOptions.SlidesAsImages at true. When we try to convert, get the follow error:
Call Stack: System.ArgumentEx…...follow code: using var document = new Document(pdfStream); var msPptx...IsMultiThreading = true, }; document.Save(msPptx, pptxOptions);...